[DEPRECATED] Use form field endpoints instead. Delete a specific custom field by id
curl --request DELETE \
--url https://api.rootly.com/v1/custom_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "128",
"type": "custom_fields",
"attributes": {
"slug": "ut-hic-eos-aut",
"description": "Voluptates voluptas similique nihil.",
"enabled": true,
"position": 1,
"updated_at": "2026-01-03T21:25:55.995-08:00",
"created_at": "2026-01-03T21:25:54.413-08:00",
"kind": "text",
"label": "Ut hic eos aut.",
"shown": [],
"required": []
},
"relationships": {
"options": {
"data": []
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/custom_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "128",
"type": "custom_fields",
"attributes": {
"slug": "ut-hic-eos-aut",
"description": "Voluptates voluptas similique nihil.",
"enabled": true,
"position": 1,
"updated_at": "2026-01-03T21:25:55.995-08:00",
"created_at": "2026-01-03T21:25:54.413-08:00",
"kind": "text",
"label": "Ut hic eos aut.",
"shown": [],
"required": []
},
"relationships": {
"options": {
"data": []
}
}
}
}